ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexGridBase<T> Class / AllowDragging Property






In This Topic
    AllowDragging Property (FlexGridBase<T>)
    In This Topic
    Gets or sets whether users are allowed to drag rows and/or columns with the mouse.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Overridable Property AllowDragging As AllowDragging
    'Usage
     
    
    Dim instance As FlexGridBase(Of T)
    Dim value As AllowDragging
     
    instance.AllowDragging = value
     
    value = instance.AllowDragging
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public virtual AllowDragging AllowDragging {get; set;}
    public read-write property AllowDragging: AllowDragging; virtual; 
    System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)
    public function get,set AllowDragging : AllowDragging
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public: __property virtual AllowDragging get_AllowDragging();
    public: __property virtual void set_AllowDragging( 
       AllowDragging value
    );
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public:
    virtual property AllowDragging AllowDragging {
       AllowDragging get();
       void set (    AllowDragging value);
    }
    See Also